DevForce Help Reference
FindMethod(Type,String,Boolean,Type[]) Method


Finds a specific method.
Syntax
'Declaration
 
Public Overloads Shared Function FindMethod( _
   ByVal type As Type, _
   ByVal methodName As String, _
   ByVal isStatic As Boolean, _
   ByVal parameterTypes() As Type _
) As MethodInfo
'Usage
 
Dim type As Type
Dim methodName As String
Dim isStatic As Boolean
Dim parameterTypes() As Type
Dim value As MethodInfo
 
value = TypeFns.FindMethod(type, methodName, isStatic, parameterTypes)
public static MethodInfo FindMethod( 
   Type type,
   string methodName,
   bool isStatic,
   Type[] parameterTypes
)

Parameters

type
methodName
isStatic
parameterTypes
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TypeFns Class
TypeFns Members
Overload List

Send Feedback